home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 4 / USEnet 4.30 < prev    next >
Encoding:
Text File  |  1988-06-15  |  23.3 KB  |  634 lines  |  [TEXT/ttxt]

  1. 29-Feb-88 08:39:35-PST,24399;000000000000
  2. Return-Path: <usenet-mac-request@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.Stanford.EDU with TCP; Mon, 29 Feb 88 08:39:02 PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id aa18696; 29 Feb 88 10:45 EST
  5. Received: from relay.cs.net by RELAY.CS.NET id aa01130; 29 Feb 88 10:36 EST
  6. Received: from sdr.slb.com by RELAY.CS.NET id ac01083; 29 Feb 88 10:32 EST
  7. Date: Mon, 29 Feb 88 09:32 EDT
  8. From: Jeffrey Shulman <SHULMAN@sdr.slb.com>
  9. Subject: Usenet Mac Digest V4 #30
  10. To: usenet-mac@RELAY.CS.NET, PIERCE%HDS@sdr.slb.com
  11. X-VMS-To: in%"usenet-mac@relay.cs.net",in%"PIERCE%HDS@SDR.SLB.COM"
  12.  
  13. Date: Mon 29 Feb 88 09:32:38-EDT
  14. From: Jeff Shulman <SHULMAN@SDR>
  15. Subject: Usenet Mac Digest V4 #30
  16. To: Usenet-List: ;
  17. Message-ID: <573143558.0.SHULMAN@SDR>
  18. Mail-System-Version: <VAX-MM(218)+TOPSLIB(129)@SDR>
  19.  
  20. Usenet Mac Digest     Friday, February 26, 1988      Volume 4 : Issue 30 
  21.  
  22. Today's Topics:
  23.      Nuvotech EasyNet?
  24.      Sound on the Mac II
  25.      A/UX disk I/O (real numbers) (2 messages)
  26.      Beginning Mac Programing
  27.      DrvrInstall Question
  28.      GKS on MAC II
  29.      WriteNow format needed
  30.      Mac SE with IIGS Keyboard
  31.      Re: GKS on MAC II
  32.      WriteNow vs. Easy Access on the Mac II
  33.      How about Epsilon for the MAC?
  34.      IIGS keyboards on Mac SE/II
  35.      Re: Ever heard of VideoTrax backup system?
  36.      Info on Rodime RX1000
  37.      Re: Mac SE with IIGS Keyboard
  38.      Re: grapes?
  39.      application's home folder. HELP
  40.      MacNosy for Mac II?
  41.      FlushVol() when files are open
  42.  
  43. ---------------------------------------------------------------------- 
  44.  
  45. From: rkh@mtune.ATT.COM (964[jak]-Robert Halloran)
  46. Subject: Nuvotech EasyNet?
  47. Date: 23 Feb 88 14:24:59 GMT
  48. Organization: AT&T ISL Middletown NJ USA
  49.  
  50. Does anyone have experience with the Nuvotech EasyNet adapters for
  51. Appletalk?  They appear to be a variant of the Farallon PhoneNet
  52. adapters for less money.  Has anyone used both and is willing to share
  53. their information?  Thanks.
  54. -- 
  55.                         Bob Halloran
  56. =========================================================================
  57. Classic UUCP: {ATT-ACC, rutgers}!mtune!rkh    DDD: (201)251-7514 
  58. Domain-style: rkh@mtune.ATT.COM                   evenings ET
  59. USPS: 19 Culver Ct, Old Bridge NJ 08857
  60. Disclaimer: These opinions are solely MINE; any correlation with AT&T
  61.     policies or positions is coincidental and unintentional.
  62. Quote: "There were incidents & accidents, there were hints & allegations"
  63.         -- Paul Simon
  64. =========================================================================
  65.  
  66.  
  67. ------------------------------
  68.  
  69. From: mjlarsen@phoenix.Princeton.EDU (Michael J. Larsen)
  70. Subject: Sound on the Mac II
  71. Date: 23 Feb 88 18:28:00 GMT
  72. Organization: Princeton University, NJ
  73.  
  74. Could anyone who has successfully used the SndNewChannel function to get
  75. multi-channel sound please explain how it is done?  I tried following
  76. the guidelines in Inside Mac V, without success.  Please respond by
  77. e-mail.
  78.  
  79.                         -Michael Larsen
  80.  
  81.  
  82. ------------------------------
  83.  
  84. From: fnf@fishpond.UUCP (Fred Fish)
  85. Subject: A/UX disk I/O (real numbers)
  86. Date: 23 Feb 88 06:18:19 GMT
  87. Organization: occasionally
  88.  
  89. Ok, with all the speculation about disk I/O, and the
  90. advantages/disadvantages of DMA, I decided to drag out and dust of a
  91. disk performance benchmark written by Rick Spanbauer a LONG time ago and
  92. used to test Amiga hard disks when they first became available.  Since I
  93. already had Sun 3/50 timings, all I had to do were the A/UX ones.  Here
  94. are my measured results using the diskperf.c program, and ballpark
  95. verified using the Unix dd program:
  96.  
  97. Performance timings using Rick Spanbauer's diskperf.c program.
  98.  
  99.                                         Amiga   Amiga   Mac-II  Sun
  100.                                         Floppy  CLtd    A/UX    3/50
  101.                                         df1:    dh0:    HD80SC   
  102.  
  103. File creations (files/sec)              <=1     7       6       6 File
  104. deletions (files/sec)              1       15      8       11 Directory
  105. scan (entries/sec)            38      50      371     350 Seek+read
  106. (seek+read/sec)               2       40      110     298 Read speed,   
  107. 512 buffer (byte/sec)    11014   17133   55168   240499 Read speed,  
  108. 4096 buffer (byte/sec)    12024   17133   53708   234057 Read speed,  
  109. 8192 buffer (byte/sec)    12080   17133   54013   233189 Read speed, 
  110. 32768 buffer (byte/sec)    12136   17133   53644   236343 Write speed,  
  111. 512 buffer (byte/sec)    4974   12603   44181   215166 Write speed, 
  112. 4096 buffer (byte/sec)    5180   13512   47211   182466 Write speed, 
  113. 8192 buffer (byte/sec)    5170   13653   46832   179755 Write speed,
  114. 32768 buffer (byte/sec)    5190   13797   46930   187580
  115.  
  116. Notes:
  117.    (1)   All Amiga tests done under 1.2 release 33.46.
  118.    (2)   df1: tests done after "addbuffers 32" & fresh formatted disk
  119.    (3)   All Amiga and Mac-II timings done by Fred Fish.
  120.    (4)   Sun-30/50 timings by Rick Spanbauer.
  121. -- 
  122. # Fred Fish    hao!noao!mcdsun!fishpond!fnf     (602) 921-1113
  123. # Ye Olde Fishpond, 1346 West 10th Place, Tempe, AZ 85281  USA
  124.  
  125.  
  126. ------------------------------
  127.  
  128. From: jaw@eos.UUCP (James A. Woods)
  129. Subject: Re: A/UX disk I/O (real numbers)
  130. Date: 23 Feb 88 23:08:01 GMT
  131. Organization: NASA Ames Research Center, California
  132.  
  133. > Read speed,    512 buffer (byte/sec)    11014    17133    55168    240499
  134. > Read speed,   4096 buffer (byte/sec)    12024    17133    53708    234057
  135.  
  136. for the mac2, these numbers harden the very rough timing for
  137.  
  138.     time cat /usr/dict/words > /dev/null
  139.  
  140. (~200K bytes in four CPU seconds) done on an beta a/ux a year ago.  it
  141. looks almost entirely due to the speed of the system5 vs. bsd4.2
  142. filesystem. considering how much other bsd stuff apple picked up, why
  143. they didn't go for the berkeley filesystem is beyond me ...
  144.  
  145.  
  146. ------------------------------
  147.  
  148. From: mw2k+@andrew.cmu.edu (Miles Asher Weissman)
  149. Subject: Beginning Mac Programing
  150. Date: 23 Feb 88 18:32:07 GMT
  151. Organization: Carnegie Mellon University
  152.  
  153.  
  154.     A few people on the net have mentioned that they would like to start
  155. programing with there Macs.  First a word of warning:
  156.  
  157.     IT IS GOING TO COST A RESPECTABLE AMOUNT OF MONEY
  158.  
  159.     The above should read ( about $200 + ).  The first thing all Mac
  160. programmers need is Inside Macintosh I-V ( yep that's right, all FIVE
  161. volumes costing between $20 and $27 each )  These tomes will in NO way
  162. teach you to program the Mac, it will simply tell you the routines and
  163. how to access them.
  164.     To actually learn programing on the Mac, there is a new book out (part
  165. of the Addison Wesley Mac Library) called "Programmers intro- duction to
  166. the Macintosh Family"  This appears quite good, and explains how the Mac
  167. memory map is used as well as all sorts of other specific Mac info.
  168.     I can not at this time recomend any external books, although I have
  169. heard that Macintosh Revealed Vol 1 & 2 are quite good.
  170.     Finally, you need a good programing language.  I would recomend
  171. LightSpeed Pascal or C.  There is also MPW but you had better have a
  172. Hard disk and probably two megs of memory.  The third and final choice
  173. would be Turbo Pascal or C, which many people like.
  174.  
  175.     In conclution, you will not get away without buying IM I-V, or at least
  176. having all 5 vols around when your are programing.
  177. -- 
  178.         - Miles Weissman
  179.     Acting President CMU MUG
  180. MW2K@andrew.cmu.edu
  181. Carnegie Mellon University
  182.  
  183.  
  184. ------------------------------
  185.  
  186. From: ftanaka@polyslo.UUCP (Forrest Tanaka)
  187. Subject: DrvrInstall Question
  188. Date: 23 Feb 88 18:17:25 GMT
  189. Organization: Cal Poly State Univ,CSC Dept,San Luis Obispo,CA 93407
  190.  
  191. A few days ago, I asked a question on comp.sys.mac on how to use the
  192. DrvrInstall trap which is not documented in Inside Macintosh.  Many
  193. thanks to Brian Schipper of Claris who quickly answered my question by
  194. pointing out that DrvrInstall *is* documented in Macintosh Technical
  195. Note 108.  In case anyone out there was as lost as I was, the way you
  196. call it is:
  197.  
  198.     FUNCTION DrvrInstall (refNum : Integer) : OSErr;
  199.  
  200.     D0 (input) driver RefNum (-1 through -32)
  201.     D0 (output) error code
  202.  
  203. The refNum parameter must be the one's complement of the actual unit
  204. table entry number.
  205.  
  206. Thanks again Brian!  It works great now.
  207.  
  208. -- 
  209. Forrest Y. Tanaka
  210.     Diablo #25, Cal Poly, San Luis Obispo, CA 93410
  211.     (805) 756-3385
  212.     ...{csustan,csun,sdsu}!polyslo!ftanaka
  213.  
  214.  
  215. ------------------------------
  216.  
  217. From: jezebel@ut-emx.UUCP (Jim Saint)
  218. Subject: GKS on MAC II
  219. Date: 24 Feb 88 05:36:36 GMT
  220. Organization: The University of Texas at Austin, Austin, Texas
  221.  
  222. Does the MAC-II support GKS ?
  223. -- 
  224. Thanks
  225. Jim
  226.  
  227.  
  228. ------------------------------
  229.  
  230. From: dorner@uxc.cso.uiuc.edu
  231. Subject: WriteNow format needed
  232. Date: 23 Feb 88 21:38:00 GMT
  233.  
  234.  
  235. Does anyone out there have documentation on the format of a WriteNow
  236. document?
  237. -- 
  238. Steve Dorner, U of Illinois Computing Services Office
  239. Internet: dorner@uxc.cso.uiuc.edu  UUCP: ihnp4!uiucuxc!dorner
  240. IfUMust:  (217) 333-3339
  241.  
  242.  
  243. ------------------------------
  244.  
  245. From: shino@motbos.UUCP (Rei Shinozuka MCD SE)
  246. Subject: Mac SE with IIGS Keyboard
  247. Date: 23 Feb 88 23:56:23 GMT
  248. Organization: Motorola SPS Sales Office, Woburn, Ma., 01801
  249.  
  250. I have put a down payment on a Mac SE.  It came to my attention that the
  251. SE (and Mac II) can be used with the keyboard from the Apple II GS. 
  252. Since the regular Mac keyboards are unbundled from the system, it might
  253. be a viable option.  THe reason I like it is that it's small, and I
  254. happen to like to use my real desktop as well as the Mac desktop.  The
  255. buttons correspond to those on the standard SE keyboard and it uses
  256. Apple Desktop Bus.
  257.  
  258. Does anyone have any experience, possible problems, or comments about
  259. this marriage of SE with IIGS keyboard? 
  260.  
  261. Thank you,
  262. -- 
  263. -rei shinozuka 
  264. shino@motbos 
  265.  
  266.  
  267. ------------------------------
  268.  
  269. From: jnh@ece-csc.UUCP (Joseph Nathan Hall)
  270. Subject: Re: GKS on MAC II
  271. Date: 24 Feb 88 19:10:43 GMT
  272. Organization: North Carolina State University, Raleigh, NC
  273.  
  274. I've been using GKS on a VAXstation GPX for almost a year now.  The
  275. worst niggling-type problem with GKS under VMS is that GKS is really
  276. designed to run under FORTRAN (that's right) and so all the "C" calls
  277. are by reference (uggh) and many of the string paramegers use
  278. descriptors (double uggh).
  279.  
  280. Aside from that, GKS is basically bloated, illogical and inefficient and
  281. I can't understand why anyone would want to use GKS on a Mac instead of
  282. QuickDraw.
  283.  
  284. You might want, I suppose, to port an existing GKS application from a
  285. Sun or VAXstation to a Mac.  Good luck.  The only standardized binding
  286. is for FORTRAN.  (Can you imagine writing in a non-stack-based
  287. environment on a Mac???)  So whatever happens you're going to spend some
  288. time changing all the calls to, say, gks$clear_ws() (on VMS) to ClearWs
  289. or something like that on your Mac.  I'm sure the parameters are in a
  290. different order, too.
  291.  
  292. GKS is not device-independent in an intelligent way, either.  Basically
  293. you have to write code to support each individual device.  Some devices
  294. support multiple windows, some don't--you write differently for each. 
  295. Some are monochrome, some are color.  Text is different sizes.  Markers
  296. are different sizes.  Et cetera.
  297.  
  298. The worst part of the GKS interface is its rather carelessly designed
  299. I/O. Under VMS the only way to input a string is to:
  300.  
  301.     0) Before you do anything with any of the input devices you
  302.        have to call a routine to get the device coordinates, if you
  303.        want to place your echo area (where the window will be) in
  304.        a particular spot.  The echo area is defined in terms of
  305.        device coordinates.
  306.  
  307.     1) Call gks$init_string to set up a window for the string input.
  308.        This may include a title for the window, but there are problems
  309.        (VMS-specific) with this, and it only works on the VAXstation.
  310.        This means, basically, YOU CAN'T PROMPT for string input under
  311.        the letter of the GKS standard.  Any prompting is implementation-
  312.        specific.
  313.  
  314.     2) Call gks$request_string to get the string.  You can't specify
  315.        the SIZE or FONT of the type inside the input window.  You can't
  316.        input more than one line (nothing like TextEdit).  Basically you
  317.        can't do much more than take a few ugly-looking characters worth
  318.        of input using the GKS string input routines . . . .
  319.  
  320. I could list annoying "features" until my fingers fall off.  I've been
  321. writing a user interface for a network analysis CAD tool and certainly
  322. having to deal with GKS has been the most difficult part of this project
  323. (unfortunately we're stuck with it).
  324.  
  325. I would kill to be able to wad up all these GKS hacks and write a nice,
  326. clean Mac interface.
  327.  
  328. GKS?
  329.  
  330. Yuck.
  331.  
  332.     -joseph
  333.  
  334. /*
  335.  * What, me worry?
  336.  *
  337.  * These are my opinions.  I'm sure everybody else agrees with me, but,
  338.  * you know.
  339.  */
  340.  
  341.  
  342. ------------------------------
  343.  
  344. From: dplatt@coherent.com (Dave Platt)
  345. Subject: WriteNow vs. Easy Access on the Mac II
  346. Date: 24 Feb 88 19:11:10 GMT
  347. Organization: Coherent Thought Inc., Palo Alto CA
  348.  
  349. For the last few weeks, my wife has had substantial problems while
  350. running WriteNow (version 1.07) on our Mac II system.  The problems
  351. would begin whenever a WriteNow document exceeded about 7 pages in
  352. length, and after she had been editing for more than about 10 minutes. 
  353. All of a sudden, whenever she hit the "i" key, WriteNow would insert a
  354. burst of "i i i i i i i", occasionally interspersed with square-block
  355. ("missing") characters.  When selected, the entire burst of garbage
  356. behaved as if it were one single character.
  357.  
  358. The only way we could find around this problem was to save the document,
  359. Quit from WriteNow, relaunch, and reopen the document.  This would cause
  360. the problem to go away for some period of time;  it would reappear after
  361. varying lengths of time.  The speed with which the problem reappeared
  362. seemed to depend on the size of the document;  once the document
  363. exceeded 25 pages, WriteNow would run for only about 5 minutes before
  364. glitching in this way.
  365.  
  366. The problem does not seem to depend on the presence of MultiFinder (it
  367. occurs even when running under the single-task environment).  I tried
  368. removing all of my nonstandard INITs;  the problem still occurred.
  369.  
  370. I've spoken with the folks at T/Maker several times during the past
  371. month or so.  They suggested:
  372.  
  373. -  Running the "WN Version Installer" to add a 4-byte resource to the
  374.    WriteNow application;  this avoids certain problems with MultiFinder
  375.    (e.g. system crashes when WriteNow is launched under MultiFinder).
  376.    Didn't help this problem;  installing the VERS resource did, however,
  377.    permit a different copy of WriteNow (same version) to work under
  378.    MultiFinder on my Mac SE at work.
  379.  
  380. -  Running with the screen set to two-color mode, rather than 256-color
  381.    mode.  Didn't help.
  382.  
  383. I called them again today, described the symptom again, and was told
  384. that the "Easy Access" INIT (part of the standard system) has been seen
  385. to cause this exact symptom, down to the key affected ("i").
  386.  
  387. So, I'm going to try removing Easy Access from my configuration, and see
  388. if the problem goes away.  I'll post a note in a few days and let y'all
  389. know whether getting rid of Easy Access has fixed the problem.
  390. -- 
  391. Dave Platt
  392.   UUCP: ...!{ames,sun,uunet}!coherent!dplatt     DOMAIN: dplatt@coherent.com
  393.     INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net
  394.  
  395.  
  396. ------------------------------
  397.  
  398. From: jnh@ece-csc.UUCP (Joseph Nathan Hall)
  399. Subject: How about Epsilon for the MAC?
  400. Date: 24 Feb 88 21:23:48 GMT
  401. Organization: North Carolina State University, Raleigh, NC
  402.  
  403. A *very* nice program editor for the (ahem) IBM PC is Epsilon, from
  404. Lugaru Software.  The latest release is completely programmable,
  405. emacs-like, generally a lot of fun to use even if you don't edit
  406. anything with it.  It's also reasonably cheap ($60 student, <$200
  407. otherwise).
  408.  
  409. Does anyone know whether Lugaru is going to support Epsilon for the Mac,
  410. or whether something similar is/will be available?
  411.  
  412. -joseph
  413.  
  414. /*
  415.  * Don't mind me.  When it gets hot it's the flies you'll have to worry
  416. about.
  417.  */
  418.  
  419.  
  420. ------------------------------
  421.  
  422. From: mkb@ROVER.RI.CMU.EDU (Mike Blackwell)
  423. Subject: IIGS keyboards on Mac SE/II
  424. Date: 24 Feb 88 21:00:18 GMT
  425. Organization: Carnegie-Mellon University, CS/RI
  426.  
  427. We have two Mac SE's and two Mac II's, all with IIGS keyboards. They
  428. work great - we haven't had any problems at all. I think they're a big
  429. win - they take up far less real estate on your desk, and they feel good
  430. (to me) for long hacking sessions.
  431.  
  432.         Mike Blackwell        mkb@rover.ri.cmu.edu
  433.  
  434.  
  435. ------------------------------
  436.  
  437. From: moriarty@tc.fluke.COM (Jeff Meyer)
  438. Subject: Re: Ever heard of VideoTrax backup system?
  439. Date: 24 Feb 88 22:31:36 GMT
  440. Organization: John Fluke Mfg. Co., Inc., Everett, WA
  441.  
  442. I've also heard about this, and I understand the price should be around
  443. $300-400 -- a lot cheaper than most 40MB cartridge tape drives (of
  444. course, you have to already have a VCR).  Seems like the way to back up
  445. stuff to me
  446. -- I'm recommending that anyone planning on buying a tape backup unit hold
  447. on until this makes it to the market.
  448.  
  449. >  * data can be broadcast
  450.  
  451. A friend at MacExpo was talking to someone in this field (I believe he was
  452. from VideoTrax, but I'm not sure), and this is where it gets interesting.  A
  453. British cable station had make a test deal with VideoTrax to have one of the
  454. channels that doesn't put anything on between 2AM and 5AM in the morning
  455. broadcast stuff for (again, I believe) VideoTrax owners.  It was passive
  456. stuff -- 80MB of public domain text (articles, news, general information,
  457. etc.) -- but just think of what a great method this would be for
  458. distribution of Public Domain/Shareware software.  Heck, you could get every
  459. PD hypercard stack available in one evening onto tape (well, maybe two
  460. nights :-) ).
  461.  
  462. Neat idea, eh?
  463.  
  464.                     "What are you so damn
  465.                      cheerful about?  The
  466.                      stock market crashed!"
  467.                                            "I'm a software engineer.  I
  468.                                             TRAFFIC in human misery."
  469. -- 
  470.                                         Moriarty, aka Jeff Meyer
  471. INTERNET:     moriarty@tc.fluke.COM
  472. Manual UUCP:  {uw-beaver, sun, allegra, hplsla, lbl-csam}!fluke!moriarty
  473. CREDO:        You gotta be Cruel to be Kind...
  474. <*> DISCLAIMER: Do what you want with me, but leave my employers alone! <*>
  475.  
  476.  
  477. ------------------------------
  478.  
  479. From: hammen@csd4.milw.wisc.edu (Robert Hammen)
  480. Subject: Info on Rodime RX1000
  481. Date: 24 Feb 88 21:38:41 GMT
  482. Organization: Computer Applications
  483.  
  484. Hello,
  485.   I'm still looking for a decent internal hard drive for the Mac II that
  486. will give the most storage space for the price (I'm a disk pig). I've
  487. seen a couple of mail order ads for the Rodime RX1000 (100 MB internal
  488. Mac II disk) that place it in the $1200 price range. Anyone have any
  489. experiences with this drive? Alternatively, does anyone have any
  490. experience with the 102 MB disk from CMS (using a Conner drive) that can
  491. be had for not much more? E-mail is welcome; if there is sufficient
  492. interest I'll repost.
  493. -- 
  494. =========================================================================
  495. Robert Hammen        Computer Applications    hammen@csd4.milw.wisc.edu
  496. Delphi: HAMMEN        GEnie: R.Hammen        CI$: 70701,2104
  497.  
  498.  
  499.  
  500. ------------------------------
  501.  
  502. From: wetter@tybalt.caltech.edu (Pierce T. Wetter)
  503. Subject: Re: Mac SE with IIGS Keyboard
  504. Date: 24 Feb 88 23:45:47 GMT
  505. Organization: California Institute of Technology
  506.  
  507. >Does anyone have any experience, possible problems, or comments about this
  508. >marriage of SE with IIGS keyboard? 
  509.  
  510.   The SE standard keyboard is the IIGS keyboard with an extra inch of
  511. plastic  around the outside. Pierce Wetter What use is magic if it can't
  512. save a unicorn?
  513.         -- Peter S. Beagle, "The Last Unicorn"
  514. -- 
  515. --------------------------------------------
  516.  
  517. wetter@tybalt.caltech.edu
  518.  
  519. --------------------------------------------
  520.  
  521.  
  522. ------------------------------
  523.  
  524. From: jimc@iscuva.ISCS.COM (Jim Cathey)
  525. Subject: Re: grapes?
  526. Date: 24 Feb 88 15:58:45 GMT
  527. Organization: ISC Systems Corporation, Spokane, WA
  528.  
  529. In article <1560041@acf8.UUCP> perkins@acf8.UUCP (Mark E. Perkins)
  530. writes:
  531. >    There is a program called "Fractal Contours" (PD or Shareware)
  532. >that has an icon which could be said to resemble grapes or road apples.
  533. >I believe that the creator for said program is "frak".  If some other
  534. >application has the same creator, that could explain the problem.
  535. >I hope this is it, and not a virus, Trojan, ...
  536.  
  537. I wrote this program some time ago, and the version I had posted to
  538. usenet was not a trojan nor viral at all.  The icon, however, is not the
  539. most attractive one I'll admit -- it's a small representation of one of
  540. the output displays of a fractal contour.  Kind of a gnarly looking
  541. cocked triangle with squiggly diagonal lines in it.  Since I did the
  542. classic no-no and didn't check out 'frak' from Apple I guess it's
  543. possible that something else could be conflicting with it.  (I found out
  544. later that Apple had reserved all- lower-case creator types for itself.)
  545. Alternately, your copy could have become damaged (or tampered with --
  546. can you shrink-seal the cap of software?) Even your Desktop file might
  547. be damaged.  Does ResEdit show the icon within FC to be the same as what
  548. the Finder shows?  By the way, FC was Public Domain with sources posted
  549. with the binary (Aztec C).  It was my vehicle for learning Mac
  550. programming, and had no other reason for existence.
  551. -- 
  552. +----------------+
  553. ! II      CCCCCC !  Jim Cathey
  554. ! II  SSSSCC     !  ISC Systems Corp.
  555. ! II      CC     !  TAF-C8;  Spokane, WA  99220
  556. ! IISSSS  CC     !  UUCP: uunet!iscuva!jimc
  557. ! II      CCCCCC !  (509) 927-5757
  558. +----------------+
  559.             "With excitement like this, who is needing enemas?"
  560.  
  561.  
  562. ------------------------------
  563.  
  564. From: spud@metasoft.UUCP (David Hayes)
  565. Subject: application's home folder. HELP
  566. Date: 24 Feb 88 22:18:39 GMT
  567. Organization: Meta Software Corporation, Cambridge MA
  568.  
  569. does anyone know of an easy way (or even a difficult way) for an
  570. application  to determine the directory ID of the folder in which it
  571. lives ?
  572.  
  573. i had hoped that CurDirStore would do it but it only holds the ID of the
  574. last folder opened.
  575.  
  576.             thanks in advance, 
  577.  
  578.                 ...!uunet!metasoft!spud
  579.  
  580.  
  581. ------------------------------
  582.  
  583. From: ephraim@think.COM (ephraim vishniac)
  584. Subject: MacNosy for Mac II?
  585. Date: 24 Feb 88 16:11:16 GMT
  586. Organization: Thinking Machines Corporation, Cambridge, MA
  587.  
  588. I'd like to hear from anybody out there who's shelled out for the Mac II
  589. version of MacNosy.
  590.  
  591. I've been using MacNosy for several years, periodically sending Jasik a
  592. few more bucks for upgrades, but I'm finding the upgrade price to go to
  593. the Mac II version a little hard to swallow.  (The upgrade policy, last
  594. I checked, is that your old Nosy disk is worth $50 toward the new
  595. version.  The new version costs more than twice as much as any previous
  596. version.)  So I'd like to hear from someone who's paid already whether
  597. it's worth it.
  598. -- 
  599. Ephraim Vishniac                      ephraim@think.com
  600. Thinking Machines Corporation / 245 First Street / Cambridge, MA 02142-1214
  601.  
  602.      On two occasions I have been asked, "Pray, Mr. Babbage, if you put
  603.      into the machine wrong figures, will the right answers come out?"
  604.  
  605.  
  606. ------------------------------
  607.  
  608. From: mdr@reed.UUCP (Mike Rutenberg)
  609. Subject: FlushVol() when files are open
  610. Date: 23 Feb 88 21:19:38 GMT
  611. Organization: Reed College, Portland OR
  612.  
  613. Ok, here's a question that I haven't yet been able to get answered
  614. (although I haven't talked with DTS).
  615.  
  616. I have an open file that I would like to keep open.  I would also like
  617. to ensure that all that I have already written is actually put on the
  618. disk.
  619.  
  620. Question: Is FlushVol() guanteed to work for all of the outstanding
  621. write requests, or only for those where the file has been closed.
  622.  
  623. IM doesn't explicitly say what FlushVol() depends on.
  624. -- 
  625. Mike Rutenberg
  626.     Software Engineer & Short Order Cook
  627.     (503) 771-5516
  628.  
  629. ------------------------------
  630.  
  631. End of Usenet Mac Digest
  632. ************************
  633. -------
  634.